home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Weekly Play Boy All Stars
/
Weekly Play Boy All Stars 1.iso
/
pc
/
SS
/
M_ITO.EXE
/
M_ITO.dcr
/
00014_-ïbå„Ç…ÉRÉìÉeÉBÉjÉÖÅ[.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-01-22
|
312 b
|
18 lines
property mytime
on beginSprite
startTimer()
end
on exitFrame
if the timer <= value(mytime * 60) then
go(the frame)
else
go(the frame + 1)
end if
end
on getPropertyDescriptionList me
return [#mytime: [#comment: "テ テ催ゥテサテュ窶堙ゥ~テテεゥテサテ、窶佚⑿テッbテ⒀:", #format: #integer, #default: 15]]
end